projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b045dc
)
Fix network-stream-tests on MS-Windows
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 9 Feb 2016 19:07:11 +0000
(21:07 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 9 Feb 2016 19:07:11 +0000
(21:07 +0200)
* test/lisp/net/network-stream-tests.el (make-local-unix-server):
Skip if local sockets are not supported.
test/lisp/net/network-stream-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/network-stream-tests.el
b/test/lisp/net/network-stream-tests.el
index 734f0771cd7a827bf33ea9b53546ae09f6835db9..92c5370d5271e53335aa8cec6485173f968ff13f 100644
(file)
--- a/
test/lisp/net/network-stream-tests.el
+++ b/
test/lisp/net/network-stream-tests.el
@@
-27,6
+27,7
@@
(require 'gnutls)
(ert-deftest make-local-unix-server ()
+ (skip-unless (featurep 'make-network-process '(:family local)))
(let* ((file (make-temp-name "/tmp/server-test"))
(server
(make-network-process